auto merge of #434 : alexcrichton/cargo/issue-433, r=huonw
authorbors <bors@rust-lang.org>
Mon, 25 Aug 2014 13:44:11 +0000 (13:44 +0000)
committerbors <bors@rust-lang.org>
Mon, 25 Aug 2014 13:44:11 +0000 (13:44 +0000)
commitbd2fd92e9fa4836212388298d91bfb11a4a7533f
tree4457030fb9e578568fab1cf5b458b062c0e76113
parent6a57afff49b2f2e2a394b22d86f38e702fefd9fd
parent97321331332c7780a245f056e5c0de07c7b889c8
auto merge of #434 : alexcrichton/cargo/issue-433, r=huonw

All subprocesses will now be invoked with CARGO_MANIFEST_DIR pointing at the root of the
source directory that they are working on (compiling). This commit also
reorganizes the version environment variables to use the new infrastructure.

Closes #433